home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSINESS / INCTRL1.LZH / INSTALL3.BAT < prev    next >
DOS Batch File  |  1992-11-08  |  1KB  |  67 lines

  1. echo off
  2. IF NOT EXIST INPUT.COM GOTO WRONGDR
  3. CLS
  4. echo  
  5. ECHO OFF
  6. IF %1==F GOTO FLOPINS
  7. IF %1==H GOTO HARDINS1
  8. CLS
  9. GO3
  10. :FLOPINS
  11. ECHO OFF
  12. CLS
  13. IF %2==1 GOTO FLOPINS1
  14. IF %2==2 GOTO FLOPINS2
  15. CLS
  16. ECHO  This floppy installation requires that you enter either a '1' or a '2',
  17. ECHO  following your 'GO F' instruction.
  18. GOTO END
  19. :FLOPINS2
  20. CLS   
  21. ECHO  Enter disk 2, SALES-B, into drive A now.
  22. ECHO  [it should still be in Drive A]
  23. PAUSE
  24. %1
  25. B:PKUNZIP -X B:SALE-C50.ZIP PROGRAM.OVL
  26. B:PKUNZIP -X B:SALE-C50.ZIP *.FRM
  27. CLS
  28. ECHO  Enter disk 3, SALESDOC, into drive A now.
  29. PAUSE 
  30. %1     
  31. B:PKUNZIP -X B:SALE-D50.ZIP SALESDOC
  32. GOTO FLOPDOC
  33. :FLOPDOC
  34. CLS 
  35. GOTO END
  36. :FLOPINS1
  37. ECHO  Beginning with version 3.0 of this program, the executable files have
  38. ECHO  become so large that the low density option of 360KB is no longer supported.
  39. GOTO END
  40. :HARDINS1
  41. CLS
  42. %2:
  43. CD \
  44. CD PROSPECT
  45. COPY %3SALE-D50.EXE >TMP
  46. SALE-D50
  47. DEL SALE-D50.EXE
  48. COPY GO-%2.BAT GO.BAT
  49. COPY %3YESNO.COM >TMP
  50. COPY %3ECOH.COM >TMP
  51. CLS
  52. %3
  53. CLS
  54. INSTALL4 H %2 %3
  55. :WRONGDR
  56. CLS
  57. echo  
  58. echo  
  59. ECHO Though nothing could be simpler than this install procedure, it does   
  60. echo require that you enter the drive name, such as 'A:' or 'B:', followed
  61. echo by the 'Enter' key.  After that, please enter 'GO' again.
  62. echo  
  63. GOTO END
  64. :END
  65. echo  
  66.  
  67.